home *** CD-ROM | disk | FTP | other *** search
- -*-text-*-
-
- Here is my port of bash-1.13.5 to the atari st. I have only included the
- binary, my Makefiles and the patches. You should get the original
- distribution from your nearest gnu-ftp-site. To recompile it, extract
- the original distribution, extract the ST-file in the parent directory,
- cd into bash-1.13.5 and start patch like patch <PATCHES-ST. After that
- you can compile bash with make -f Makefile-ST.
-
- I patched some of the piping: bash is piping from a child to its parent
- and the result with output over 4096 bytes is a deadlock under MiNT.
- Therefore I used the piping mechanism from the non-mint-libs.
-
- The included binary is shareable. It was compiled with -O2,
- -fomit-frame-pointer, -mpcrel and -mbaserel. It is linked with the
- socket library, mntlibs PL44 and the curses library PL16.
-
- Jens Krinke (krinke@ips.cs.tu-bs.de)
-
-